ComponentOne ASP.NET MVC Controls
ShowGroups Method (ComboBoxBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ComboBoxBaseBuilder<T,TControl,TBuilder> Class : ShowGroups Method
The value.
Configurates C1.Web.Mvc.ComboBoxBase<T>.ShowGroups. Sets a value that determines whether the drop-down should include group header items to delimit data groups.
Syntax
'Declaration
 
Public Overridable Function ShowGroups( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder ShowGroups( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ComboBoxBaseBuilder<T,TControl,TBuilder> Class
ComboBoxBaseBuilder<T,TControl,TBuilder> Members